projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76b1672
)
docs: fix typo
author
Claudio Saavedra
<csaavedra@igalia.com>
Tue, 21 Apr 2020 11:49:13 +0000
(14:49 +0300)
committer
Claudio Saavedra
<csaavedra@igalia.com>
Tue, 21 Apr 2020 11:49:13 +0000
(14:49 +0300)
docs/reference/gtk/migrating-3to4.xml
patch
|
blob
|
history
diff --git
a/docs/reference/gtk/migrating-3to4.xml
b/docs/reference/gtk/migrating-3to4.xml
index f1f8455b1977f485c42f5b00feb60baf61907258..67290812e11692314b223ea91454e00eb8b4d0f1 100644
(file)
--- a/
docs/reference/gtk/migrating-3to4.xml
+++ b/
docs/reference/gtk/migrating-3to4.xml
@@
-399,7
+399,7
@@
Any APIs that deal with global (or root) coordinates have been
removed in GTK4, since not all backends support them. You should
replace your use of such APIs with surface-relative equivalents.
- Examples of this are gdk_surfae_get_origin(), gdk_surface_move()
+ Examples of this are gdk_surfa
c
e_get_origin(), gdk_surface_move()
or gdk_event_get_root_coords().
</para>
</section>